Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataValue<T> Class / Comments Property



In This Topic
    Comments Property (DataValue<T>)
    In This Topic
    Associated comment records.
    Syntax
    'Declaration
     
    Public Property Comments As Comment()
    'Usage
     
    Dim instance As DataValue(Of T)
    Dim value() As Comment
     
    instance.Comments = value
     
    value = instance.Comments
    public Comment[] Comments {get; set;}
    public:
    property array<Comment^>^ Comments {
       array<Comment^>^ get();
       void set (    array<Comment^>^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also